3.1.10 \(\int (c+d x)^2 \sinh ^2(a+b x) \, dx\) [10]

Optimal. Leaf size=95 \[ -\frac {d^2 x}{4 b^2}-\frac {(c+d x)^3}{6 d}+\frac {d^2 \cosh (a+b x) \sinh (a+b x)}{4 b^3}+\frac {(c+d x)^2 \cosh (a+b x) \sinh (a+b x)}{2 b}-\frac {d (c+d x) \sinh ^2(a+b x)}{2 b^2} \]

[Out]

-1/4*d^2*x/b^2-1/6*(d*x+c)^3/d+1/4*d^2*cosh(b*x+a)*sinh(b*x+a)/b^3+1/2*(d*x+c)^2*cosh(b*x+a)*sinh(b*x+a)/b-1/2
*d*(d*x+c)*sinh(b*x+a)^2/b^2

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 95, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {3392, 32, 2715, 8} \begin {gather*} \frac {d^2 \sinh (a+b x) \cosh (a+b x)}{4 b^3}-\frac {d (c+d x) \sinh ^2(a+b x)}{2 b^2}+\frac {(c+d x)^2 \sinh (a+b x) \cosh (a+b x)}{2 b}-\frac {d^2 x}{4 b^2}-\frac {(c+d x)^3}{6 d} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c + d*x)^2*Sinh[a + b*x]^2,x]

[Out]

-1/4*(d^2*x)/b^2 - (c + d*x)^3/(6*d) + (d^2*Cosh[a + b*x]*Sinh[a + b*x])/(4*b^3) + ((c + d*x)^2*Cosh[a + b*x]*
Sinh[a + b*x])/(2*b) - (d*(c + d*x)*Sinh[a + b*x]^2)/(2*b^2)

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rule 2715

Int[((b_.)*sin[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[(-b)*Cos[c + d*x]*((b*Sin[c + d*x])^(n - 1)/(d*n))
, x] + Dist[b^2*((n - 1)/n), Int[(b*Sin[c + d*x])^(n - 2), x], x] /; FreeQ[{b, c, d}, x] && GtQ[n, 1] && Integ
erQ[2*n]

Rule 3392

Int[((c_.) + (d_.)*(x_))^(m_)*((b_.)*sin[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[d*m*(c + d*x)^(m - 1)*((
b*Sin[e + f*x])^n/(f^2*n^2)), x] + (Dist[b^2*((n - 1)/n), Int[(c + d*x)^m*(b*Sin[e + f*x])^(n - 2), x], x] - D
ist[d^2*m*((m - 1)/(f^2*n^2)), Int[(c + d*x)^(m - 2)*(b*Sin[e + f*x])^n, x], x] - Simp[b*(c + d*x)^m*Cos[e + f
*x]*((b*Sin[e + f*x])^(n - 1)/(f*n)), x]) /; FreeQ[{b, c, d, e, f}, x] && GtQ[n, 1] && GtQ[m, 1]

Rubi steps

\begin {align*} \int (c+d x)^2 \sinh ^2(a+b x) \, dx &=\frac {(c+d x)^2 \cosh (a+b x) \sinh (a+b x)}{2 b}-\frac {d (c+d x) \sinh ^2(a+b x)}{2 b^2}-\frac {1}{2} \int (c+d x)^2 \, dx+\frac {d^2 \int \sinh ^2(a+b x) \, dx}{2 b^2}\\ &=-\frac {(c+d x)^3}{6 d}+\frac {d^2 \cosh (a+b x) \sinh (a+b x)}{4 b^3}+\frac {(c+d x)^2 \cosh (a+b x) \sinh (a+b x)}{2 b}-\frac {d (c+d x) \sinh ^2(a+b x)}{2 b^2}-\frac {d^2 \int 1 \, dx}{4 b^2}\\ &=-\frac {d^2 x}{4 b^2}-\frac {(c+d x)^3}{6 d}+\frac {d^2 \cosh (a+b x) \sinh (a+b x)}{4 b^3}+\frac {(c+d x)^2 \cosh (a+b x) \sinh (a+b x)}{2 b}-\frac {d (c+d x) \sinh ^2(a+b x)}{2 b^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.19, size = 75, normalized size = 0.79 \begin {gather*} \frac {-4 b^3 x \left (3 c^2+3 c d x+d^2 x^2\right )-6 b d (c+d x) \cosh (2 (a+b x))+3 \left (d^2+2 b^2 (c+d x)^2\right ) \sinh (2 (a+b x))}{24 b^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x)^2*Sinh[a + b*x]^2,x]

[Out]

(-4*b^3*x*(3*c^2 + 3*c*d*x + d^2*x^2) - 6*b*d*(c + d*x)*Cosh[2*(a + b*x)] + 3*(d^2 + 2*b^2*(c + d*x)^2)*Sinh[2
*(a + b*x)])/(24*b^3)

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(261\) vs. \(2(85)=170\).
time = 0.37, size = 262, normalized size = 2.76

method result size
risch \(-\frac {d^{2} x^{3}}{6}-\frac {d c \,x^{2}}{2}-\frac {c^{2} x}{2}-\frac {c^{3}}{6 d}+\frac {\left (2 b^{2} d^{2} x^{2}+4 b^{2} c d x +2 b^{2} c^{2}-2 b \,d^{2} x -2 b c d +d^{2}\right ) {\mathrm e}^{2 b x +2 a}}{16 b^{3}}-\frac {\left (2 b^{2} d^{2} x^{2}+4 b^{2} c d x +2 b^{2} c^{2}+2 b \,d^{2} x +2 b c d +d^{2}\right ) {\mathrm e}^{-2 b x -2 a}}{16 b^{3}}\) \(145\)
derivativedivides \(\frac {\frac {d^{2} \left (\frac {\left (b x +a \right )^{2} \cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{2}-\frac {\left (b x +a \right )^{3}}{6}-\frac {\left (b x +a \right ) \left (\cosh ^{2}\left (b x +a \right )\right )}{2}+\frac {\cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{4}+\frac {b x}{4}+\frac {a}{4}\right )}{b^{2}}-\frac {2 d^{2} a \left (\frac {\left (b x +a \right ) \cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{2}-\frac {\left (b x +a \right )^{2}}{4}-\frac {\left (\cosh ^{2}\left (b x +a \right )\right )}{4}\right )}{b^{2}}+\frac {2 d c \left (\frac {\left (b x +a \right ) \cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{2}-\frac {\left (b x +a \right )^{2}}{4}-\frac {\left (\cosh ^{2}\left (b x +a \right )\right )}{4}\right )}{b}+\frac {d^{2} a^{2} \left (\frac {\cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{2}-\frac {b x}{2}-\frac {a}{2}\right )}{b^{2}}-\frac {2 d a c \left (\frac {\cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{2}-\frac {b x}{2}-\frac {a}{2}\right )}{b}+c^{2} \left (\frac {\cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{2}-\frac {b x}{2}-\frac {a}{2}\right )}{b}\) \(262\)
default \(\frac {\frac {d^{2} \left (\frac {\left (b x +a \right )^{2} \cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{2}-\frac {\left (b x +a \right )^{3}}{6}-\frac {\left (b x +a \right ) \left (\cosh ^{2}\left (b x +a \right )\right )}{2}+\frac {\cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{4}+\frac {b x}{4}+\frac {a}{4}\right )}{b^{2}}-\frac {2 d^{2} a \left (\frac {\left (b x +a \right ) \cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{2}-\frac {\left (b x +a \right )^{2}}{4}-\frac {\left (\cosh ^{2}\left (b x +a \right )\right )}{4}\right )}{b^{2}}+\frac {2 d c \left (\frac {\left (b x +a \right ) \cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{2}-\frac {\left (b x +a \right )^{2}}{4}-\frac {\left (\cosh ^{2}\left (b x +a \right )\right )}{4}\right )}{b}+\frac {d^{2} a^{2} \left (\frac {\cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{2}-\frac {b x}{2}-\frac {a}{2}\right )}{b^{2}}-\frac {2 d a c \left (\frac {\cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{2}-\frac {b x}{2}-\frac {a}{2}\right )}{b}+c^{2} \left (\frac {\cosh \left (b x +a \right ) \sinh \left (b x +a \right )}{2}-\frac {b x}{2}-\frac {a}{2}\right )}{b}\) \(262\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x+c)^2*sinh(b*x+a)^2,x,method=_RETURNVERBOSE)

[Out]

1/b*(d^2/b^2*(1/2*(b*x+a)^2*cosh(b*x+a)*sinh(b*x+a)-1/6*(b*x+a)^3-1/2*(b*x+a)*cosh(b*x+a)^2+1/4*cosh(b*x+a)*si
nh(b*x+a)+1/4*b*x+1/4*a)-2*d^2/b^2*a*(1/2*(b*x+a)*cosh(b*x+a)*sinh(b*x+a)-1/4*(b*x+a)^2-1/4*cosh(b*x+a)^2)+2*d
/b*c*(1/2*(b*x+a)*cosh(b*x+a)*sinh(b*x+a)-1/4*(b*x+a)^2-1/4*cosh(b*x+a)^2)+d^2/b^2*a^2*(1/2*cosh(b*x+a)*sinh(b
*x+a)-1/2*b*x-1/2*a)-2*d/b*a*c*(1/2*cosh(b*x+a)*sinh(b*x+a)-1/2*b*x-1/2*a)+c^2*(1/2*cosh(b*x+a)*sinh(b*x+a)-1/
2*b*x-1/2*a))

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 165, normalized size = 1.74 \begin {gather*} -\frac {1}{8} \, {\left (4 \, x^{2} - \frac {{\left (2 \, b x e^{\left (2 \, a\right )} - e^{\left (2 \, a\right )}\right )} e^{\left (2 \, b x\right )}}{b^{2}} + \frac {{\left (2 \, b x + 1\right )} e^{\left (-2 \, b x - 2 \, a\right )}}{b^{2}}\right )} c d - \frac {1}{48} \, {\left (8 \, x^{3} - \frac {3 \, {\left (2 \, b^{2} x^{2} e^{\left (2 \, a\right )} - 2 \, b x e^{\left (2 \, a\right )} + e^{\left (2 \, a\right )}\right )} e^{\left (2 \, b x\right )}}{b^{3}} + \frac {3 \, {\left (2 \, b^{2} x^{2} + 2 \, b x + 1\right )} e^{\left (-2 \, b x - 2 \, a\right )}}{b^{3}}\right )} d^{2} - \frac {1}{8} \, c^{2} {\left (4 \, x - \frac {e^{\left (2 \, b x + 2 \, a\right )}}{b} + \frac {e^{\left (-2 \, b x - 2 \, a\right )}}{b}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^2*sinh(b*x+a)^2,x, algorithm="maxima")

[Out]

-1/8*(4*x^2 - (2*b*x*e^(2*a) - e^(2*a))*e^(2*b*x)/b^2 + (2*b*x + 1)*e^(-2*b*x - 2*a)/b^2)*c*d - 1/48*(8*x^3 -
3*(2*b^2*x^2*e^(2*a) - 2*b*x*e^(2*a) + e^(2*a))*e^(2*b*x)/b^3 + 3*(2*b^2*x^2 + 2*b*x + 1)*e^(-2*b*x - 2*a)/b^3
)*d^2 - 1/8*c^2*(4*x - e^(2*b*x + 2*a)/b + e^(-2*b*x - 2*a)/b)

________________________________________________________________________________________

Fricas [A]
time = 0.34, size = 123, normalized size = 1.29 \begin {gather*} -\frac {2 \, b^{3} d^{2} x^{3} + 6 \, b^{3} c d x^{2} + 6 \, b^{3} c^{2} x + 3 \, {\left (b d^{2} x + b c d\right )} \cosh \left (b x + a\right )^{2} - 3 \, {\left (2 \, b^{2} d^{2} x^{2} + 4 \, b^{2} c d x + 2 \, b^{2} c^{2} + d^{2}\right )} \cosh \left (b x + a\right ) \sinh \left (b x + a\right ) + 3 \, {\left (b d^{2} x + b c d\right )} \sinh \left (b x + a\right )^{2}}{12 \, b^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^2*sinh(b*x+a)^2,x, algorithm="fricas")

[Out]

-1/12*(2*b^3*d^2*x^3 + 6*b^3*c*d*x^2 + 6*b^3*c^2*x + 3*(b*d^2*x + b*c*d)*cosh(b*x + a)^2 - 3*(2*b^2*d^2*x^2 +
4*b^2*c*d*x + 2*b^2*c^2 + d^2)*cosh(b*x + a)*sinh(b*x + a) + 3*(b*d^2*x + b*c*d)*sinh(b*x + a)^2)/b^3

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 264 vs. \(2 (85) = 170\).
time = 0.24, size = 264, normalized size = 2.78 \begin {gather*} \begin {cases} \frac {c^{2} x \sinh ^{2}{\left (a + b x \right )}}{2} - \frac {c^{2} x \cosh ^{2}{\left (a + b x \right )}}{2} + \frac {c d x^{2} \sinh ^{2}{\left (a + b x \right )}}{2} - \frac {c d x^{2} \cosh ^{2}{\left (a + b x \right )}}{2} + \frac {d^{2} x^{3} \sinh ^{2}{\left (a + b x \right )}}{6} - \frac {d^{2} x^{3} \cosh ^{2}{\left (a + b x \right )}}{6} + \frac {c^{2} \sinh {\left (a + b x \right )} \cosh {\left (a + b x \right )}}{2 b} + \frac {c d x \sinh {\left (a + b x \right )} \cosh {\left (a + b x \right )}}{b} + \frac {d^{2} x^{2} \sinh {\left (a + b x \right )} \cosh {\left (a + b x \right )}}{2 b} - \frac {c d \cosh ^{2}{\left (a + b x \right )}}{2 b^{2}} - \frac {d^{2} x \sinh ^{2}{\left (a + b x \right )}}{4 b^{2}} - \frac {d^{2} x \cosh ^{2}{\left (a + b x \right )}}{4 b^{2}} + \frac {d^{2} \sinh {\left (a + b x \right )} \cosh {\left (a + b x \right )}}{4 b^{3}} & \text {for}\: b \neq 0 \\\left (c^{2} x + c d x^{2} + \frac {d^{2} x^{3}}{3}\right ) \sinh ^{2}{\left (a \right )} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)**2*sinh(b*x+a)**2,x)

[Out]

Piecewise((c**2*x*sinh(a + b*x)**2/2 - c**2*x*cosh(a + b*x)**2/2 + c*d*x**2*sinh(a + b*x)**2/2 - c*d*x**2*cosh
(a + b*x)**2/2 + d**2*x**3*sinh(a + b*x)**2/6 - d**2*x**3*cosh(a + b*x)**2/6 + c**2*sinh(a + b*x)*cosh(a + b*x
)/(2*b) + c*d*x*sinh(a + b*x)*cosh(a + b*x)/b + d**2*x**2*sinh(a + b*x)*cosh(a + b*x)/(2*b) - c*d*cosh(a + b*x
)**2/(2*b**2) - d**2*x*sinh(a + b*x)**2/(4*b**2) - d**2*x*cosh(a + b*x)**2/(4*b**2) + d**2*sinh(a + b*x)*cosh(
a + b*x)/(4*b**3), Ne(b, 0)), ((c**2*x + c*d*x**2 + d**2*x**3/3)*sinh(a)**2, True))

________________________________________________________________________________________

Giac [A]
time = 0.44, size = 136, normalized size = 1.43 \begin {gather*} -\frac {1}{6} \, d^{2} x^{3} - \frac {1}{2} \, c d x^{2} - \frac {1}{2} \, c^{2} x + \frac {{\left (2 \, b^{2} d^{2} x^{2} + 4 \, b^{2} c d x + 2 \, b^{2} c^{2} - 2 \, b d^{2} x - 2 \, b c d + d^{2}\right )} e^{\left (2 \, b x + 2 \, a\right )}}{16 \, b^{3}} - \frac {{\left (2 \, b^{2} d^{2} x^{2} + 4 \, b^{2} c d x + 2 \, b^{2} c^{2} + 2 \, b d^{2} x + 2 \, b c d + d^{2}\right )} e^{\left (-2 \, b x - 2 \, a\right )}}{16 \, b^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^2*sinh(b*x+a)^2,x, algorithm="giac")

[Out]

-1/6*d^2*x^3 - 1/2*c*d*x^2 - 1/2*c^2*x + 1/16*(2*b^2*d^2*x^2 + 4*b^2*c*d*x + 2*b^2*c^2 - 2*b*d^2*x - 2*b*c*d +
 d^2)*e^(2*b*x + 2*a)/b^3 - 1/16*(2*b^2*d^2*x^2 + 4*b^2*c*d*x + 2*b^2*c^2 + 2*b*d^2*x + 2*b*c*d + d^2)*e^(-2*b
*x - 2*a)/b^3

________________________________________________________________________________________

Mupad [B]
time = 0.18, size = 127, normalized size = 1.34 \begin {gather*} \frac {c^2\,\mathrm {sinh}\left (2\,a+2\,b\,x\right )}{4\,b}-\frac {d^2\,x^3}{6}-\frac {c^2\,x}{2}+\frac {d^2\,\mathrm {sinh}\left (2\,a+2\,b\,x\right )}{8\,b^3}-\frac {c\,d\,x^2}{2}-\frac {d^2\,x\,\mathrm {cosh}\left (2\,a+2\,b\,x\right )}{4\,b^2}+\frac {d^2\,x^2\,\mathrm {sinh}\left (2\,a+2\,b\,x\right )}{4\,b}-\frac {c\,d\,\mathrm {cosh}\left (2\,a+2\,b\,x\right )}{4\,b^2}+\frac {c\,d\,x\,\mathrm {sinh}\left (2\,a+2\,b\,x\right )}{2\,b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinh(a + b*x)^2*(c + d*x)^2,x)

[Out]

(c^2*sinh(2*a + 2*b*x))/(4*b) - (d^2*x^3)/6 - (c^2*x)/2 + (d^2*sinh(2*a + 2*b*x))/(8*b^3) - (c*d*x^2)/2 - (d^2
*x*cosh(2*a + 2*b*x))/(4*b^2) + (d^2*x^2*sinh(2*a + 2*b*x))/(4*b) - (c*d*cosh(2*a + 2*b*x))/(4*b^2) + (c*d*x*s
inh(2*a + 2*b*x))/(2*b)

________________________________________________________________________________________